Install Python and pip
Make sure you have Python and pip installed on your system. You can download Python from the official website.
Download PythonDownload
Install Hexus, set up the VS Code extension, and begin writing your first programs in just a few minutes.
Important update
After installing a new Hexus release, reinstall the package so your interpreter uses the latest parser and module resolver.
pipx reinstall hexus-lang
If you installed Hexus with pip instead, use
pip install --upgrade --force-reinstall hexus-lang.
If you use the VS Code extension, install the latest extension version
as well and reload VS Code.
Follow these simple steps to install Hexus and enable support for it inside Visual Studio Code.
Make sure you have Python and pip installed on your system. You can download Python from the official website.
Download PythonOpen your terminal and install the Hexus language package using pip.
pip install hexus-lang
Open Visual Studio Code, go to the Extensions tab, and search for Hexus. Then install the official Hexus extension created by wuff.
Restart Visual Studio Code after installing the extension. That’s it — Hexus should now be ready to use.